jade.content.schema
Class VariableSchema

java.lang.Object
  |
  +--jade.content.schema.ObjectSchema
        |
        +--jade.content.schema.TermSchema
              |
              +--jade.content.schema.VariableSchema

public class VariableSchema
extends TermSchema

Author:
Federico Bergenti - Universita` di Parma

Field Summary
static java.lang.String BASE_NAME
           
static java.lang.String NAME
           
static java.lang.String TYPE_NAME
           
 
Fields inherited from class jade.content.schema.TermSchema
BASE_NAME
 
Fields inherited from class jade.content.schema.ObjectSchema
MANDATORY, OPTIONAL
 
Method Summary
static TermSchema getBaseSchema()
          Retrieves the base schema.
 AbsObject newInstance()
          Creates a new instance.
 
Methods inherited from class jade.content.schema.ObjectSchema
addBaseSchema, addElement, addElement, getNames, getSchema, getTypeName, isAttribute, isMandatory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_NAME

public static final java.lang.String BASE_NAME

NAME

public static final java.lang.String NAME

TYPE_NAME

public static final java.lang.String TYPE_NAME
Method Detail

getBaseSchema

public static TermSchema getBaseSchema()
Retrieves the base schema.
Returns:
the base schema.

newInstance

public AbsObject newInstance()
Creates a new instance.
Overrides:
newInstance in class TermSchema
Returns:
the new instance.